Uses of Class
edu.uky.ai.tic.ai.GameTree
| Package | Description |
|---|---|
| edu.uky.ai.tic.ai |
This package contains the tools needed to build an AI for playing Tic Tac
Toe that uses adversarial game tree search techniques.
|
-
Uses of GameTree in edu.uky.ai.tic.ai
Fields in edu.uky.ai.tic.ai declared as GameTree Modifier and Type Field Description GameTreeGameTree. parentThe parent node of this tree (i.e.Fields in edu.uky.ai.tic.ai with type parameters of type GameTree Modifier and Type Field Description java.util.ArrayList<GameTree>GameTree. childrenThis node's children nodes (i.e.Methods in edu.uky.ai.tic.ai that return GameTree Modifier and Type Method Description GameTreeGameTree. getNextChild()Constructs and returns the next child node of this node.